﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
html{
	margin:auto;
	height:100%;
	width:100%;
	overflow:auto;
	display:block;
	font-size:14px;
	line-height:2;
	font-family:"微软雅黑";
	color:#333;
}
@media (max-width:767px){html{font-size:12px;line-height:1.6;}}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:auto;
	display:block;
	font-size:1rem;
	color:#000;
	line-height:2;
	
}
p,span,form{padding:0px;margin:auto;}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#000;
}
a:hover,a:active{
	color:#f00;
	font-size:1rem;
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}
#quandi_contact{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-image:linear-gradient(0deg,#3779c5,#124185);
	clip-path:polygon(0px 0px,0 100%,100% 100%,100% 0,50% 20px);
	padding-top:50px;
	padding-bottom:50px;
	color:#fff;
}

#quandi_cate{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_cate_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#124185;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
#quandi_cate_title{
	display:inline-block;
}
#quandi_cate_miaoshu{
	display:inline-block;
}
#quandi_cate_tbody{
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	column-gap:10px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
@media (max-width:767px){#quandi_cate_tbody{grid-template-columns:auto auto;}}
@media (max-width:480px){#quandi_cate_tbody{grid-template-columns:auto;row-gap:0px;}}
.cate_item {
	height:auto;
	width:auto;
	overflow: hidden;
	display: block;
}
a.cate_name{
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	height:30px;
	line-height:30px;
	padding:5px;
	background-image:linear-gradient(0deg,#fff,#f5f5f5);
	border:1px solid #ddd;
	border-radius:5px;
}
@media (max-width:767px){
	a.cate_name{border-radius:0px;border:none;}
}
a.cate_name:hover{
	font-weight:bold;
	background-image:linear-gradient(0deg,#3779c5,#124185);
	color:#fff;
}
a.cate_hover{
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	height:30px;
	line-height:30px;
	padding:5px;
	font-weight:bold;
	background-image:linear-gradient(0deg,#3779c5,#124185);
	color:#fff;
	border:1px solid #ddd;
	border-radius:5px;
}
@media (max-width:767px){
	a.cate_hover{border-radius:0px;border:none;}
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quan_head_tbody{
	display:grid;
	grid-template-columns:550px auto;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:10px;
	margin-bottom:10px;
}
@media (max-width:767px){#quan_head_tbody{grid-template-columns:auto 50px;}}
#quan_body{
	display:grid;
	grid-template-columns:240px auto;
	column-gap:30px;
	row-gap:30px;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width:767px){
	#quan_body{grid-template-columns:auto;padding:10px;}
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#124185;
	padding-top:40px;
	padding-bottom:20px;
	margin-top:40px;
}
#quan_foot a{color:#fff;}
#quandi_daohang{
	display:grid;
	grid-template-columns:auto auto;
	justify-content:space-between;
	column-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	color:#fff;
}
@media (max-width:767px){#quandi_daohang{grid-template-columns:auto;padding:10px;}}
#quandi_link{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-bottom:10px;
	max-width:1200px;
}
a.link_name{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	color:#eee;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	font-size:1rem;
	white-space:nowrap;
}
a.link_name:after{
	content:"";
	border-right:1px solid #ddd;
	height:10px;
	width:0px;
	margin:auto;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
a.link_name:last-child:after{display:none;}
#quandi_bottom{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#fff;
}
#quandi_bottom *{color:#fff;}
#quandi_copy{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	border-top:1px dotted #eee;
	color:#fff;
	line-height:40px;
}
#quandi_copy>a{color:#fff;}
#quandi_welcome_back{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#124185;
}
#quandi_welcome{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:20px;
	line-height:20px;
	max-width:1200px;
	color:#fff;
	padding:10px;
}

.top_tb{
	display:grid;
	grid-template-columns:156px auto;
align-items:center;
	column-gap:10px;
}
.top_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:left;
	font-size:1.8rem;
	line-height:1.2;
	font-weight:bold;
	color:#124185;
	white-space:nowrap;
}
.top_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:12px;
	line-height:1.2;
	color:#666;
	text-transform:uppercase;
	white-space:nowrap;
}

.top_logo{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:100%;
}
.top_welcome{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	font-size:12px;
	color:#fff;
	padding:10px;
}
#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_nav{display:none;}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	text-align:center;
}
a.nav_hover{
	width:auto;
	height:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	line-height:80px;
	font-size:1.3rem;
	border-bottom:2px solid #F60;
	white-space:nowrap;
}
a.nav_name:hover{
	border-bottom:2px solid #F60;
}
a.nav_name{
	width:auto;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	line-height:80px;
	font-size:1.3rem;
	font-weight:bold;
	box-sizing:border-box;
	white-space:nowrap;
}
#sub_tbody{
	min-width:150px;
	width:auto;
	height:auto;
	display:none;
	overflow:hidden;
	margin:auto;
	background-color:#fff;
	position:absolute;
	left:0px;
	top:0px;
	box-sizing:border-box;
	z-index:2;
	border-top:2px solid #f90;
}
.sub_item{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	
}
a.sub_name{
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
	margin:auto;
	text-align:center;
	font-size:12px;
	padding:5px;
}
#quandi_banner{
	width:auto;
	height:calc(100vw*560/1920);
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
a.banner_pic{
	width:100%;
	height:100%;
	overflow:hidden;
	display:inline-block;
	margin:auto;
	vertical-align:top;
}
.banner_img{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}
.nivo-controlNav{display:none;position:absolute;bottom:10px;left:0px;right:0px;z-index:1001;text-align:center;}
.nivo-prevNav,.nivo-nextNav{display:none;}
.nivo-control{
	width:20px;
	height:20px;
	line-height:20px;
	background-color:#eee;
	text-align:center;
	border-radius:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	margin:2px;
}
a.nivo-imageLink{width:100%;height:100%;display:block;margin:auto;overflow:hidden;}
#quandi_banner_thead,#quandi_banner_thead{display:none;}
#slider{width:auto; height:550px; margin:auto;background:url(images/loading.gif) no-repeat 50% 50%;}
#slider img {position:absolute;top:0px;left:0px;display:none;}
.nivo-controlNav{position:absolute; right:5px;bottom:0px;}
.nivo-controlNav a {display:block;width:22px;height:22px;background:url(images/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left;}
.nivo-controlNav a.active {background-position:0 -22px;}
.nivo-directionNav a {display:block;width:30px;height:30px;background:url(images/arrows.png) no-repeat;text-indent:-9999px;border:0;}
a.nivo-nextNav {background-position:-30px 0;right:15px;}
a.nivo-prevNav {left:15px;}
.nivo-caption {text-shadow:none; font-family: Helvetica, Arial, sans-serif;}
.nivo-caption a {color:#efe9d1;text-decoration:underline;}
@media (max-width:1000px)
{
	#slider{height:350px;}
}
@media (max-width:767px)
{
	#slider{height:250px;}
}
@media (max-width:480px)
{
	#slider{height:200px;}
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.tb_main_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#124185;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	padding:10px;
}
.tb_loc_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	line-height:40px;
	margin:auto;
	font-size:1rem;
	text-align:left;
	color:#333;
	border-bottom:1px solid #ccc;
}
.tb_main_tbody{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}
.pagebar{
	display:block;
	overflow:hidden;
	margin:auto;
	padding:10px;
	width:auto;
	height:auto;
}
.pagebar_left{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	float:left;
}
.pagebar_right{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	float:right;
}
a.bt_page{
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
#mm{
	display:none;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	justify-content:center;
	align-items:center;
	font-size:2rem;
}
@media (max-width:767px){#mm{display:flex;display:-webkit-flex;}}

#quandi_css,#quandi_ico{display:none;}
#link{
	width:auto;
	height:auto;
	display:inline-block;
	margin:auto;
	text-align:center;
}

#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:50%;
	height:100%;
	position:fixed;	
	right:0px;
	top:0px;
	bottom:0px;
	font-size:0px;
	z-index:2002;
	table-layout:fixed;
	max-width:250px;
	background-color:rgba(255,255,255,0.9);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.4);
	box-sizing:border-box;
}
#mm_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:top;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4);
}
#mm_thead:before{
	display:block;
	overflow:hidden;
	margin:auto;
	width:50px;
	height:50px;
	line-height:50px;
	color:#000;
	font-size:20px;
	text-align:center;
	float:right;
}
#mm_tbody{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
	box-sizing:border-box;
	
	vertical-align:top;
	box-sizing:border-box;
}
.m_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.m_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
}
.m_tbody{
	display:none;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-left:20px;
}
.m_tbody a.m_name{font-size:12px;}
a.m_name{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}

.m_0 a.m_name{font-weight:normal;}
a.m_fold{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	border:1px solid #ddd;
}